From: jkniiv Date: Thu, 9 Jan 2025 21:14:06 +0000 (+0000) Subject: Added a comment: same problem on a VPS X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~10^2~20^2~2 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=f2b26789dbb3aa6c3c483568f182d3a7e91a4732;p=git-annex.git Added a comment: same problem on a VPS --- diff --git a/doc/bugs/__40__site__47__server__41___main_repository_offline_2025-01-07/comment_1_766e975f08dacca4e27eb91b3f8ec238._comment b/doc/bugs/__40__site__47__server__41___main_repository_offline_2025-01-07/comment_1_766e975f08dacca4e27eb91b3f8ec238._comment new file mode 100644 index 0000000000..46952cadf6 --- /dev/null +++ b/doc/bugs/__40__site__47__server__41___main_repository_offline_2025-01-07/comment_1_766e975f08dacca4e27eb91b3f8ec238._comment @@ -0,0 +1,34 @@ +[[!comment format=mdwn + username="jkniiv" + avatar="http://cdn.libravatar.org/avatar/05fd8b33af7183342153e8013aa3713d" + subject="same problem on a VPS" + date="2025-01-09T21:14:06Z" + content=""" +This doesn't seem to be merely a problem with my home internet but I also get the same error +on a VPS hosted by Hetzner (Helsinki data center): + +``` +jkniiv@jibun-ubuntu-2gb-hel1-1:~$ git clone git://git-annex.branchable.com/ git-annex-clone-TEST +Cloning into 'git-annex-clone-TEST'... +fatal: Could not read from remote repository. + +Please make sure you have the correct access rights +and the repository exists. +``` + +Yet: + +``` +jkniiv@jibun-ubuntu-2gb-hel1-1:~$ git clone git://git.joeyh.name/git-annex git-annex-clone-TEST +Cloning into 'git-annex-clone-TEST'... +remote: Enumerating objects: 281839, done. +remote: Counting objects: 100% (18490/18490), done. +remote: Compressing objects: 100% (6909/6909), done. +remote: Total 281839 (delta 12887), reused 16462 (delta 11469), pack-reused 263349 (from 1) +Receiving objects: 100% (281839/281839), 59.49 MiB | 20.45 MiB/s, done. +Resolving deltas: 100% (201606/201606), done. +``` + +So what is going on? + +"""]]